Home | All Classes | Grouped Classes | Index | Search

CL_Vector::operator []

Returns reference to n-th ordinate (0. == x, 1. == y, ...).

	float& operator [] (
		int n);

Parameters:

n
number of ordinate (starting with 0).

Return value:

reference to the n-th ordinate.

See also:

CL_Vector



Questions or comments, write to the ClanLib mailing list.